@charset "UTF-8";

/*
	Theme Name: kosaeru
	Author: KOSAERU
	Author URI: https://kosaeru.net
	Version: 1.0.0
*/

/****************************************

          General Setting

*****************************************/

html, body {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-size: 14px;
	line-height: 160%;
}



/****************************************

          Layout

*****************************************/
section{
	padding: 0 0 80px;
}



/****************************************

	nav

*****************************************/
#mainNav{
	background-color: #fff;
}

li.nav-item a{
	font-size: 13px;
	font-weight: bold;
}
.navbar-light .navbar-nav .nav-link {
  color:#000;
}
nav{
	background-color:none;
	position:absolute;
	top:0;
}
nav.scroll{
	background-color:#fff !important;
	position:fixed
	top:0;
	border-bottom:solid 1px silver;
}
.navbar-light.scroll .navbar-nav .nav-link {
	color: #555;
	text-shadow: none;
}

nav img{
	width: 100%;
	height: auto;
}
a.navbar-brand{width: 70%;}



/****************************************

	parallax

*****************************************/
#main-visual{
	background: url(images/bg01.jpg) no-repeat center top / cover;
	background-attachment: fixed;
	text-align: center;
	padding: 75px 0 0;
	background-size: 650px;
	height: 366px;
}
.page-template-page-jiyugaoka-en #main-visual,
.page-template-page-jiyugaoka #main-visual{
		background: url(images/bg02.jpg) no-repeat center top / cover;
}
#main-visual h1{
	color: #fff;
	font-family: 'Sancreek';
	font-size: 32px;
	text-shadow: 0px 0px 20px #000;
}
#main-visual h1 img{
	height: 32px;
	width: auto;
}

.para-title{
	height: 300px;
	background: url(images/bg02sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	background-position: right top;
	padding: 100px 0 0;
	text-align: center;
	margin: 0 0 40px;
}
.para-title h2{
	color: #fff;
	font-family: 'Sancreek';
	font-size: 60px;
	text-shadow: 0px 0px 20px #000;
}
.para-title h2 img{
	height: 28%;
	width: 100%;
}
.para-title p {
    color: #252525;
    font-weight: bolder;
    font-size: 14px;
    letter-spacing: 8px;
    text-shadow: 1px 1px 1px #e8e8e8;
}

.maru-link a{
	border: 2px solid #333;
	padding: 6px 20px;
	font-size: 12px;
	border-radius: 20px;
	color: #333;
	width: 100%;
	display: block;
	text-align: center;
	font-weight: bold;
}
.maru-link a:hover{
	color:#777;
	border:2px solid #777;
	text-decoration: none;
}



/****************************************

	#notice

*****************************************/
#notice{
	padding: 40px 0 45px;
	border-bottom: 1px solid #d3d3d3;
	background-color: #fafafa;
	box-shadow: 0 2px 2px #eee;
}
#notice h2{
	font-size: 27px;
	font-weight: 700;
}
#notice .post{
	display: inline-block;
	width: 100%;
}
#notice p.post-date{
	font-size: 15px;
	float:left;
	margin: 0 15px 0 0;
}
#notice h3{
	font-size: 15px;
	float:left;
}
#notice h3 a{
	color: #333;
	text-decoration: underline;
}
#notice h3 a:hover{
	text-decoration: none;
}




/****************************************

	#info

*****************************************/
#info{
	padding: 30px 0 0;
}
#info img{
	width: 100%;
	height: auto;
}
#info h2{
	font-size: 27px;
}
#info h3{
	font-size:23px;
}



/****************************************

	#instructor

*****************************************/
#instructor{}
.instructor{
	clear: both;
	display: inline-block;
	width: 100%;
	margin: 0 0 80px;
}
.instructor:last-child{
	margin: 0;
}
.instructor-img{
	float: none;
	width: 100%;
}
.instructor-img img{
	width: 100%;
	height: auto;
}
.instructor-txt{
	float: none;
	width: 100%;
}
.instructor-txt h3{
	font-weight: bold;
	font-size: 24px;
	font-family: 'Arvo';
	line-height: 1;
	margin: 15px 0 8px;
}
.instructor-txt h4{
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
}
.instructor-txt h5{
	font-size:16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 4px;
}
.instructor-txt p.instructor-meta{}
.instructor-txt p{
	font-size:13px;
	margin-bottom: 14px;
	line-height: 1.4;
}
.instructor-mail a{
	border: 2px solid #333;
	padding: 6px 20px;
	font-size: 12px;
	border-radius: 20px;
	color: #333;
	width: 100%;
	display: block;
	text-align: center;
	font-weight: bold;
}
.instructor-mail a:hover{
	color:#777;
	border:2px solid #777;
	text-decoration: none;
}



/****************************************

          Access

*****************************************/
#google_map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 0 40px;
}
#google_map iframe,
#google_map object,
#google_map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/****************************************

          system

*****************************************/
#system h3{
	margin: 70px 0 10px ;
}
#system h3:first-child{
	margin: 50px 0 0 ;
}
#system h4 {
	font-size:18px;
	font-weight: bold;
}
ul.list-num li{
	list-style:decimal;
}


/****************************************

          kids

*****************************************/
#kids img.kids-img{
	width: 100%;
	height: auto;
}


/****************************************

          drop-in

*****************************************/
#dropin h3{
	margin: 50px 0 10px ;
}
#dropin h3:first-child{
	margin: 50px 0 0 ;
}



/****************************************

          schedule

*****************************************/
#schedule img.sc-img{
	width: 100%;
	height: auto;
}



/****************************************

          contact

*****************************************/
#contact form{
	width: 100%;
	margin: 60px auto 0;
}



/****************************************

          pan

*****************************************/
#pan{
	padding: 15px 0 0;
	font-size: 11px;
	color: #888;
}
#pan a{
	text-decoration: underline;
	color: #888;
}
#pan a:hover{
	text-decoration:none;
}



/****************************************

          Archives

*****************************************/
.category #mainNav {
	border-bottom: solid 1px silver;
}
.category .list{
	padding: 40px 0 80px;
}
.category .list .post{
	padding: 30px;
	border-bottom: 1px dotted #ccc;
}
.category .list .post:hover{
	background-color: #fafafa;
}
.category .list .post:first-child{
	border-top: 1px dotted #ccc;
}
.category .list h2 a{
	color: #333;
}
.category .list p{
	margin: 0;
}

.category .navigation{
	margin: 40px 0 0;
	display: inline-block;
	width: 100%;
}
.category .navigation .alignleft{
	float:left;
	width: 50%;
}
.category .navigation .alignright{
	float:right;
	width: 50%;
	text-align: right;
}
.category .navigation a{
	color:#333;
}



/****************************************

          Single.php

*****************************************/
.single #mainNav {
	border-bottom: solid 1px silver;
}

.single article{
	padding: 40px 0 80px;
}
.single article h1 a{
	font-weight: 900;
	color:#333;
}
.single article .post-meta{
	margin: 0;
}
.single article img{
	max-width: 100%;
	height: auto;
}

.single .navigation{
	margin: 40px 0 0;
	display: inline-block;
	width: 100%;
}
.single .navigation .alignleft{
	float:left;
	width: 50%;
}
.single .navigation .alignright{
	float:right;
	width: 50%;
	text-align: right;
}
.single .navigation a{
	color:#333;
}



/****************************************

          Footer

*****************************************/
#footer {
	clear: both;
	background: #e8eaec;
	color: #50555c;
	padding: 60px 0 50px;
}
#footer a{
	color:#333;
}
#footer a:hover{
	text-decoration: underline;
}
#copyright{
	padding: 20px 0;
	font-size: 80%;
	margin: 0;
	text-align: center;
}
#kosaeru{
	font-size: 75%;
	margin: 0;
	text-align: center;
}
#kosaeru img{
	height: 12px;
	width: auto;
	margin: 0 2px 0 5px;
}
#kosaeru a{
	text-decoration: underline;
}


/****************************************

	RESPO

*****************************************/
@media (min-width: 576px) {
	#main-visual h1{
		font-size: 40px;
	}
	.instructor-img{
		float: left;
		width: 35%;
	}
	.instructor-txt{
		float: right;
		width: 60%;
	}
	.instructor-txt h3{
		font-size: 36px;
		margin:0;
	}
	#contact form{
		width: 50%;
	}
}
@media (min-width: 768px) {
	#main-visual{
		height: 572px;
		background: url(images/bg01.jpg) no-repeat center center / cover;
		background-attachment: fixed;
		text-align: center;
		padding: 140px 0 0;
	}
	.para-title{
		height: 300px;
	  background: url(images/bg02.jpg) no-repeat center center / cover;
	  background-attachment: fixed;
	  text-align: center;
	  margin-bottom: 75px;
	  padding: 100px 0 0;
	}
	#mainNav{
    background-color:;#fff;
	}
	#info{
		padding: 80px 0;
	}
	a.navbar-brand{width: 20%;}
	.para-title h2 img{
		height: 40%;
		width: auto;
	}
}
@media (min-width: 992px) {
	#mainNav{
		background-color: rgba(255, 255, 255, 0);
	}
	.navbar-light .navbar-nav .nav-link {
	  color:#fff;
	}
	.single .navbar-light .navbar-nav .nav-link,
	.category .navbar-light .navbar-nav .nav-link {
	  color:#333;
	}
}
@media (min-width: 1200px) {}
